home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 351-375 / disk_360 / uucp / uucp0.lzh / src / README < prev    next >
Text File  |  1990-05-30  |  1KB  |  50 lines

  1.  
  2.     To compile:
  3.  
  4.     * You must have Lattice C 5.02 or greater (you might have to get rid
  5.       of the -cq option if you have <5.03.99),    OR
  6.  
  7.     * If you have DICE, all files will compile under DICE.  DNews, in fact,
  8.       currently only has a DMakefile for DICE.
  9.  
  10.     * Does not compile under Aztec yet.
  11.  
  12.     * The dmake executable is required (should be in UUCP:C)
  13.  
  14.     * Object directories:  (I normally put these on a different
  15.       partition on my HD).  Holds .O files and symbol table.
  16.  
  17.             (Lattice)
  18.  
  19.     Assign LTMP: <some-place-to-hold-objs>
  20.  
  21.     MakeDir LTMP:uucp
  22.     MakeDir LTMP:uucp/lib
  23.     MakeDir LTMP:uucp/anews
  24.     MakeDir LTMP:uucp/dnews
  25.     MakeDir LTMP:uucp/dmail
  26.  
  27.             (DICE)
  28.  
  29.     Assign DTMP: <some-place-to-hold-objs>
  30.  
  31.     MakeDir DTMP:uucp
  32.     MakeDir DTMP:uucp/lib
  33.     MakeDir DTMP:uucp/anews
  34.     MakeDir DTMP:uucp/dnews
  35.     MakeDir DTMP:uucp/dmail
  36.  
  37.  
  38.     * WARNING 1.4 beta testers:  you must use the 1.3 C:List command,
  39.       at least as of 1.4B2 List LFORMAT does not work.
  40.  
  41.     * Make the whole shebang with the 'mkall' script in this directory,
  42.       or make individual directories manually by CDing into them and
  43.       running 'dmake'.  If the latter course is chosen be sure the
  44.       link library 'lib' is made first.
  45.  
  46.     Warning:    I have no source to the 'Tar' executable in uucp:c,
  47.         be sure not to delete the executable accidently.
  48.  
  49.  
  50.